home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / bits / uio.ph < prev    next >
Encoding:
Text File  |  2009-06-26  |  436 b   |  14 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. if(!defined (defined(&_SYS_UIO_H) ? &_SYS_UIO_H : undef)  && !defined (defined(&_FCNTL_H) ? &_FCNTL_H : undef)) {
  6.     die("Never include <bits/uio.h> directly; use <sys/uio.h> instead.");
  7. }
  8. unless(defined(&_BITS_UIO_H)) {
  9.     eval 'sub _BITS_UIO_H () {1;}' unless defined(&_BITS_UIO_H);
  10.     require 'sys/types.ph';
  11.     eval 'sub UIO_MAXIOV () {1024;}' unless defined(&UIO_MAXIOV);
  12. }
  13. 1;
  14.